Skip to content

Commit

Permalink
Adds funds_transfer_type in instruction inside payments
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed Sep 19, 2023
1 parent e8a34d3 commit 9f3e2bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Checkout/Payments/Request/PaymentInstruction.php
Expand Up @@ -28,4 +28,9 @@ class PaymentInstruction
* @var string
*/
public $quote_id;

/**
* @var string
*/
public $funds_transfer_type;
}

0 comments on commit 9f3e2bd

Please sign in to comment.