Skip to content

Commit 43fa976

Browse files
author
Olga Zdančuka
committed
adding currency for recurrent operations
1 parent 9706030 commit 43fa976

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/TransactPRO/Gate/Builders/InitRecurrentDataBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function build()
1717
if (isset($this->data['merchant_referring_name'])) $data['merchant_referring_name'] = $this->getField('merchant_referring_name');
1818
if (isset($this->data['customer_id'])) $data['customer_id'] = $this->getField('customer_id');
1919
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');
2021

2122
return $data;
2223
}

0 commit comments

Comments
 (0)