Skip to content

Commit a284330

Browse files
authored
Fix Amount value
1 parent 2bfc805 commit a284330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/AbstractPayment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function getData()
127127
'name' => 'Ürün adı',
128128
'description' => 'Açıklama',
129129
'quantity' => 1,
130-
'amount' => 100.00
130+
'amount' => $this->getAmount()
131131
)
132132
)));
133133
}

0 commit comments

Comments
 (0)