Skip to content
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

Merge Develop #329

Merged
merged 11 commits into from
Mar 9, 2016
Merged

Merge Develop #329

merged 11 commits into from
Mar 9, 2016

Conversation

overtrue
Copy link
Collaborator

@overtrue overtrue commented Mar 9, 2016

No description provided.

foreverglory and others added 7 commits March 6, 2016 22:22
$options = [
    // ...
    'payment' => [
        // ...
        'notify_url' => 'http://xxx.com/order-notify';
    ]
];
$app = new Application($options);
$attributes = [
    // ...
    'notify_url'       => 'http://xxx.com/order-notify';,

];
$order = new Order($attributes);

if $order haven't notify_url attribute, use $options['payment']['notify_url']. Don't need to be set notify_url in every order.
Add payment default notify_url.
overtrue added a commit that referenced this pull request Mar 9, 2016
@overtrue overtrue merged commit 808f5a7 into master Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants