Skip to content

v3.3.0

Choose a tag to compare

@crynobone crynobone released this 12 Oct 08:31
· 22 commits to 3.x since this release

Added

  • Added Billplz\Contracts\Card contract and it's implementation based on Card Tokenization API.
  • Added Billplz\Exceptions\ExceedRequestLimits exception class when response received 429 HTTP status code.
  • Added Billplz\Client::card() helper method.
  • Added rateLimit(), remainingRateLimit() and rateLimitNextReset() to Billplz\Response class.
  • Added Billplz\Four\Bill::charge() to make payment via Card Tokenization based on Payment with Token API.

Changes

  • Improves POST with Laravie\Codex\Concerns\Request\Multipart::stream() usages.