Skip to content

Commit

Permalink
New call structure for RecurringContributionToSupporterPlus
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertbates committed Nov 10, 2023
1 parent d9c9a0d commit fa74951
Show file tree
Hide file tree
Showing 12 changed files with 481 additions and 184 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ import com.gu.productmove.salesforce.Salesforce.SalesforceRecordInput
import com.gu.productmove.zuora.GetSubscription.RatePlanCharge
import com.gu.productmove.zuora.rest.{ZuoraClientLive, ZuoraGet, ZuoraGetLive}
import com.gu.productmove.zuora.{
CreatePaymentLive,
GetAccount,
GetAccountLive,
GetInvoiceItems,
GetInvoiceItemsLive,
GetInvoiceLive,
GetSubscription,
GetSubscriptionLive,
InvoiceItemAdjustment,
Expand Down Expand Up @@ -194,6 +196,8 @@ object ProductMoveEndpoint {
GuStageLive.layer,
DynamoLive.layer,
GetInvoiceItemsLive.layer,
GetInvoiceLive.layer,
CreatePaymentLive.layer,
SecretsLive.layer,
)
}
Expand Down
Loading

0 comments on commit fa74951

Please sign in to comment.