- Changed Guzzle version requirements to also allow 2.x versions.
### Changed
- Updated changelog with missing changes for 2.1.0
- Update Craft Commerce requirements to allow for Craft Commerce 3.
- Fix a bug where using gateway via CLI would break. ([#9] (craftcms#9))
craft\commerce\omnipay\base\Gateway::createOmnipayGateway()
method for creating the Omnipay gateway using Craft's Guzzle client.
- Package now uses Omnipay v3.
- Fized a bug where
notifyUrl
parameter was set even if gateway did not support webhooks.
- Package now requires Commerce 2.0.0-beta.5
- Added additional user ID param to
Gateway::createPaymentSource()
for compatibility with Commerce 2.0.0-beta.5
- Initial release.