Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mogii committed Dec 13, 2023
1 parent 254c83c commit 3c08fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class Plugin {
},
notes,
resellerReference: reference,
settlementMethod,
settlementMethod: reference && octoEnv !== 'test' ? 'VOUCHER' : 'DEFERRED',
};
booking = R.path(['data'], await axios({
method: 'post',
Expand Down

0 comments on commit 3c08fcd

Please sign in to comment.