billowapp / payfast

Basic Laravel Package For ITN Payments through Payfast
MIT License
27 stars 37 forks source link

Fix the Generated Signature and Add Tests #18

Closed neolikotsi closed 3 years ago

neolikotsi commented 4 years ago

Need to fix the amount appended to query string i.e.

...
$payfast->setAmount(100.50);

builds a query string like this

amount=100.5&...

Also add tests to check this functionality

neolikotsi commented 3 years ago

I'm going to remove the pull request for this feature.