Skip to content

Commit

Permalink
Merge pull request #16 from jbclaudio/0.x
Browse files Browse the repository at this point in the history
Add state to FinishPaynlTransaction graphql
  • Loading branch information
pimruiter authored Feb 7, 2024
2 parents 9313bd3 + 8b6f806 commit 8ce32cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/graphql/finish-transaction.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mutation FinishPaynlTransaction($pay_order_id: String) {
paynlFinishTransaction (pay_order_id: $pay_order_id) {
isSuccess
state
}
}

0 comments on commit 8ce32cd

Please sign in to comment.