-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: paypal providers #274
Conversation
src/Providers/PayPal.php
Outdated
*/ | ||
public function refreshToken(string $refreshToken): mixed | ||
{ | ||
$form_params = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
麻烦使用驼峰
src/Providers/PayPal.php
Outdated
*/ | ||
public function tokenFromCode(string $code): array | ||
{ | ||
$form_params = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请使用驼峰命名法
src/Providers/PayPal.php
Outdated
* @var string|null | ||
* code or id_token | ||
*/ | ||
protected ?string $response_type = Contracts\RFC6749_ABNF_CODE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请使用驼峰命名法
src/Providers/PayPal.php
Outdated
* code or id_token | ||
*/ | ||
protected ?string $response_type = Contracts\RFC6749_ABNF_CODE; | ||
protected string $flow_entry = 'static'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请使用驼峰命名法
@overtrue 已完成更改为驼峰命名法,中/英文档编写 |
多谢! |
No description provided.