Skip to content

Commit b5a37fb

Browse files
authored
Update authorization-only-continued.rb
1 parent afe484b commit b5a37fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PayPalExpressCheckout/authorization-only-continued.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def authorization_only_continued(transId)
2323
paymentType.payPal = payPalType
2424

2525
request.transactionRequest = TransactionRequestType.new()
26-
request.transactionRequest.amount = ((SecureRandom.random_number + 1 ) * 150 ).round(2)
26+
#request.transactionRequest.amount = ((SecureRandom.random_number + 1 ) * 150 ).round(2)
2727
request.transactionRequest.payment = paymentType
2828
#refTransId should be taken from the transId returned by AuthOnly
2929
request.transactionRequest.refTransId = transId

0 commit comments

Comments
 (0)