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

Fix #3

Closed
wants to merge 9 commits into from
Closed

Fix #3

wants to merge 9 commits into from

Conversation

Ishodnikov
Copy link

No description provided.

@@ -50,9 +50,8 @@ public function generateSignature()
public function getCustomFields()
{
$fields = array_filter([
'Shp_TransactionId' => $this->getTransactionId(),
'Shp_Client' => $this->getClient(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove Shp_Client?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is Shp_Client for?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any Shp_*is supported by RoboKassa as a custom field.
We use this field in our implementation of integration, but it's optional. It's OK if you don't fill it

@SilverFire
Copy link
Member

Thank you for taking care of this package!

@hiqsol
Copy link
Member

hiqsol commented Jan 11, 2019

Thank you!
I've merged your changes in 3.0 branch.
It can be installed with:

    "require": {
        "hiqdev/omnipay-robokassa": "^3.0@dev"
    },

@hiqsol hiqsol closed this Jan 11, 2019
@SilverFire
Copy link
Member

https://docs.robokassa.ru/en#2540

According to the documentation, the signature must include Shp_login field, if it was passed.

SilverFire referenced this pull request Jan 11, 2019
Update PurchaseRequest.php
Update PurchaseResponse.php
Update CompletePurchaseResponse.php
@Ishodnikov
Copy link
Author

https://docs.robokassa.ru/en#2540

According to the documentation, the signature must include Shp_login field, if it was passed.

Let's add it

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.

None yet

4 participants