razorpay / razorpay-pod

:iphone: CocoaPod implementation of Razorpay's Payment SDK. Refer for instructions:
https://docs.razorpay.com/v1/page/ios-integration
MIT License
21 stars 18 forks source link

White Blank Page #118

Closed karthikxcel closed 3 years ago

karthikxcel commented 3 years ago

Description

When i open the razorpay ui using razorpay.open(options, displayController: self), only a blank white page appears.

Razorpay pod Version :

pod 'razorpay-pod' , '1.1.11'

Xcode Version :

Version 12.2

What you did:

opening razorpay UI for making payment using razorpay.open(options, displayController: self)

What happened:

Only a white blank page appeared & nothing is happening

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

  1. razorpay.open(options, displayController: self)

Code example, screenshot, or link to a repository:

    let options: [String:Any] = [
        "amount" : "1000", //mandatory in paise
        "description": "Pay to upgrade",
        "order_id": "9875",
        "image": "",
        "name": "XXXXX",
        "prefill": [
            "contact": "123456789",
            "email": ""
        ],
        "theme": [
            "color": "#3654DC"
        ]
    ]

    razorpay.open(options, displayController: self)
Nautiyalsachin commented 3 years ago

@karthikxcel, I would suggest you to check the implementation by referring our sample app. Let me know if you are still facing any issues.

Nautiyalsachin commented 3 years ago

Closing this issue for now, because of no response. Feel free to add more comments or re-opening the issue.