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 afe484b commit b5a37fbCopy full SHA for b5a37fb
PayPalExpressCheckout/authorization-only-continued.rb
@@ -23,7 +23,7 @@ def authorization_only_continued(transId)
23
paymentType.payPal = payPalType
24
25
request.transactionRequest = TransactionRequestType.new()
26
- request.transactionRequest.amount = ((SecureRandom.random_number + 1 ) * 150 ).round(2)
+ #request.transactionRequest.amount = ((SecureRandom.random_number + 1 ) * 150 ).round(2)
27
request.transactionRequest.payment = paymentType
28
#refTransId should be taken from the transId returned by AuthOnly
29
request.transactionRequest.refTransId = transId
0 commit comments