Skip to content

Commit

Permalink
Rename BillingAgreementMetadata dir to RecurringBillingMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
scannillo committed Jun 25, 2024
1 parent 07800f7 commit 952c595
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Braintree.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@
2D941D391B59C76A0016EFB4 /* BraintreePayPal */ = {
isa = PBXGroup;
children = (
807D22F32C29ADA8009FFEA4 /* BillingAgreementMetadata */,
807D22F32C29ADA8009FFEA4 /* RecurringBillingMetadata */,
57544821294A3B6900DEB7B0 /* BTConfiguration+PayPal.swift */,
57544F5B295254A500DEB7B0 /* BTJSON+PayPal.swift */,
57544F572952298900DEB7B0 /* BTPayPalAccountNonce.swift */,
Expand Down Expand Up @@ -1504,15 +1504,15 @@
path = Analytics;
sourceTree = "<group>";
};
807D22F32C29ADA8009FFEA4 /* BillingAgreementMetadata */ = {
807D22F32C29ADA8009FFEA4 /* RecurringBillingMetadata */ = {
isa = PBXGroup;
children = (
807D22ED2C29A918009FFEA4 /* BTPayPalRecurringBillingDetails.swift */,
807D22F42C29ADE2009FFEA4 /* BTPayPalRecurringBillingPlanType.swift */,
807D22EF2C29A93A009FFEA4 /* BTPayPalBillingCycle.swift */,
807D22F12C29A972009FFEA4 /* BTPayPalBillingPricing.swift */,
);
path = BillingAgreementMetadata;
path = RecurringBillingMetadata;
sourceTree = "<group>";
};
80824659252C19F5000AD8FF /* Sources */ = {
Expand Down

0 comments on commit 952c595

Please sign in to comment.