We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a143e commit 8aa264aCopy full SHA for 8aa264a
PaymentTransactions/get-an-accept-payment-page.py
@@ -30,7 +30,7 @@ def get_an_accept_payment_page(amount):
30
paymentPageRequest = apicontractsv1.getHostedPaymentPageRequest()
31
paymentPageRequest.merchantAuthentication = merchantAuth
32
paymentPageRequest.transactionRequest = transactionrequest
33
- paymentPageRequest.hostedProfileSettings = settings
+ paymentPageRequest.hostedPaymentSettings = settings
34
35
paymentPageController = getHostedPaymentPageController(paymentPageRequest)
36
0 commit comments