Skip to content

Commit

Permalink
doc: doument changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Aug 9, 2023
1 parent 8b12cbf commit 8d062c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Framework/Http/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class ServiceProvider implements ServiceProviderInterface

/**
* @inheritDoc
*
* @unreleased Remove slash from GIVE_CONNECT_URL.
* @since 2.25.0
*/
public function register()
Expand Down
1 change: 1 addition & 0 deletions src/PaymentGateways/PayPalCommerce/AjaxRequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function onBoardedUserAjaxRequestHandler()
/**
* This function handle ajax request with give_paypal_commerce_get_partner_url action.
*
* @unreleased Add support for accountType. This param is required to get partner link.
* @since 2.30.0 Add support for mode param.
* @since 2.9.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public function getTokenFromAuthorizationCode($authCode, $sharedId, $nonce)
/**
* Retrieves a Partner Link for on-boarding
*
* @unreleased Implement $accountType. This parameter is required by GiveWP gateway server.
* @since 2.9.0
*
* @return array|null
Expand Down
1 change: 1 addition & 0 deletions src/PaymentGateways/PayPalCommerce/ScriptLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Class ScriptLoader
* @package Give\PaymentGateways\PayPalCommerce
*
* @unreleased Implement on-demand PayPal connection. Admin can select Advance or standard card processing.
* @since 2.9.0
*/
class ScriptLoader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class WebhookRegister
*
* Structure: PayPalEventName => EventHandlerClass
*
* @unreleased Register new events and handlers.
* @since 2.9.0
*
* @var string[]
Expand Down

0 comments on commit 8d062c3

Please sign in to comment.