#hari_86506

1 messages · Page 1 of 1 (latest)

coarse birchBOT
finite lark
upbeat rock
#

Please tell me where i am fix in code.. Please sent me any sample code

#

i am using SessionLineItemOptions

finite lark
#

The issue is not with your code

#

The problem is the sum of your line_items is not greater than 0.50 INR

coarse birchBOT
upbeat rock
#

var SessionLineItem = new SessionLineItemOptions()
{

                PriceData = new SessionLineItemPriceDataOptions
                {
                    UnitAmount = (long)1,
                    //UnitAmountDecimal = Convert.ToDecimal(1),
                    Currency = "inr",
                    ProductData = new SessionLineItemPriceDataProductDataOptions
                    {
                        Name = "Invoice",
                        //Description = "23-24/Inv/202"
                    }
                },
                Quantity = (long)1,
            };
#

This is my ode

#

This is my code