Skip to content

Commit 8aa264a

Browse files
authored
Correct name of hostedPaymentSettings
1 parent 60a143e commit 8aa264a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PaymentTransactions/get-an-accept-payment-page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_an_accept_payment_page(amount):
3030
paymentPageRequest = apicontractsv1.getHostedPaymentPageRequest()
3131
paymentPageRequest.merchantAuthentication = merchantAuth
3232
paymentPageRequest.transactionRequest = transactionrequest
33-
paymentPageRequest.hostedProfileSettings = settings
33+
paymentPageRequest.hostedPaymentSettings = settings
3434

3535
paymentPageController = getHostedPaymentPageController(paymentPageRequest)
3636

0 commit comments

Comments
 (0)