Skip to content

Commit d0c81f2

Browse files
chore(POCP-914): Add authenticate_only to request payload
1 parent 3586f41 commit d0c81f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/processout/processout.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,7 @@ module ProcessOut {
16941694
if (options.gatewayRequestSource) source = options.gatewayRequestSource
16951695

16961696
var payload = <any>{
1697+
authenticate_only: options.authenticate_only,
16971698
authorize_only: options.authorize_only,
16981699
allow_fallback_to_sale: options.allow_fallback_to_sale,
16991700
capture_amount: options.capture_amount,

0 commit comments

Comments
 (0)