We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9706030 commit 43fa976Copy full SHA for 43fa976
1 file changed
lib/TransactPRO/Gate/Builders/InitRecurrentDataBuilder.php
@@ -17,6 +17,7 @@ public function build()
17
if (isset($this->data['merchant_referring_name'])) $data['merchant_referring_name'] = $this->getField('merchant_referring_name');
18
if (isset($this->data['customer_id'])) $data['customer_id'] = $this->getField('customer_id');
19
if (isset($this->data['check_saved_card'])) $data['check_saved_card'] = $this->getField('check_saved_card');
20
+ if (isset($this->data['currency'])) $data['currency'] = $this->getField('currency');
21
22
return $data;
23
}
0 commit comments